body {
	margin-top: 10px;
	padding: 0;
	background-color: white;
	}
	
body > div {	
		background-color: white;
		text-align: center;
			}

/*kép kinagyítása kurzorra*/			
			
	#pict img {    /*a kép visszaállítása kurzor nélküli állapotra*/

		-webkit-transition: all 1s ease-in-out;
			-moz-transition: all 1s ease-in-out;
			 -ms-transition: all 1s ease-in-out;
			  -o-transition: all 1s ease-in-out;
	
	/*-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;*/
	/*-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 500ms;
	-ms-transform: scale(1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 500ms;*/
	
	
	
}
  #pict img:hover{
	-webkit-transform: scale(3)translate(3em,0)rotate(5deg);
		-moz-transform: scale(3)translate(3em,0)rotate(5deg);
		 -ms-transform: scale(3)translate(3em,0)rotate(5deg);
		  -o-transform: scale(3)translate(3em,0)rotate(5deg);
	
	/*-webkit-transition-timing-function: ease-out;*/
					/*-webkit-transition-duration: 500ms;
						    		-moz-transform: scale(3);
			-moz-transition-timing-function: ease-out;
						 -moz-transition-duration: 500ms;
						  			-ms-transform: scale(3);
			-ms-transition-timing-function: ease-out;
						 -ms-transition-duration: 500ms;
*/
}
p {
	padding-top: 30px;
	}	
	
	#fb_div
{
  left: -4px;
}	
	
/*Szöveg formázása*/	
	

h1 {
	color: blue;
	font-size: 30px;
	text-align: center;	
	text-shadow: 0px 2px 2px #D8D8D8;
	font-weight: bold;
	}
h2 {
	color: black;;
	font-size: 20px;
	text-align: left;
	/*text-shadow: 0px 2px 3px white;*/
	}
h3 {
	color: blue;
	font-size: 16px;
	text-align: left;
	text-shadow: 1px 1px 1px grey;
	}
h4 {
	color: black;
	font-size: 12px;
	text-align: center;
	text-shadow: 0px 3px 3px #D8D8D8;
}
h5 {
	color: black;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 3px 3px #B8B8B8;
}
h6 {
	color: wheat;
	font-size: 20px;
	text-align: center;
	text-shadow: 0px 3px 3px #B8B8B8;
	}

/* fejléc */

body > div > header {


	background: #fff url(images/header.jpg) no-repeat 0 0;
	margin: 5px; 
	color: #fff; 
	height: 130px;
	background-position: center center;	
	}
	
/*Menü*/
	
nav {
	float: left;
	position: fixed;
	left: 5px;
	}

ul {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 5px;
	padding: 0;

	}

ul li {           
	margin-bottom: 5px;
	}	
	
	
ul a {
	display: block; 
	width: 110px;
	padding: 1px;
	/*menü színezése*/
	background: -moz-linear-gradient(top,  rgba(145,145,145,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,145,145,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(145,145,145,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(145,145,145,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(145,145,145,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(145,145,145,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6919191', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


	color: black;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: outset 1px black;
	box-shadow: 2px 2px 5px black;
	border-radius: 8px;
	}
	
ul a:hover {
	background-color: darkgrey;	
	color: whitesmoke;
	}

/*nyitólap / info oldal szövegének a háttere*/	
	
figure {
	background-image: 	url(images/christmas.jpg);
	float: left;
	width: 86%;
	margin-left: 140px;
	border: solid 1px black;
	/*position: relative;
	max-width: 86%;
	margin: 110, auto;*/
	
	}	

/*	Táblázat*/

table {
	/*table-layout:fixed;*/
	float: left;
	border-collapse: collapse;
	/*width: 86%;*/
	margin-left: 140px;
	margin-bottom: 10px;
	}
	

	th, td {
	background-image: url(images/metal42.jpg);
	height: 64px;
	padding: 10px;
	border: solid 1px black;
	} 

	
/*kép formázása*/	
		
	img {
	vertical-align: middle;

	}

	img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: inherit;
    border-width: 1px;
    
		}

/* oszlopok szélességének beállítása*/	
	
#oszlop1 {
	width: 10%;
	}
	
#oszlop2 {
	width: 70%;
	}
		
#oszlop3 {
	width: 20%;
	}
	
	.fb_iframe_widget span { width: 142px !important; }
	.fb-like-box iframe { width: 142px !important; }